The CRPEGraphOptionInfo structure contains information on several options available with charts.
Member | Type | Description |
---|---|---|
Specifies the chart color. Use one of thePEP_GCR_XXX Graph Color Constants. | ||
Boolean. If TRUE, the chart legend will be visible. If FALSE, the chart legend will be hidden. | ||
Specifies the position of the legend on the chart if m_showLegend is TRUE. Use one of the PEP_GLP_XXX Graph Placement Constants. | ||
Specifies the size of the slice on a pie or a doughnut chart. Use one of the PEP_GPS_XXX Graph Pie Size Constants. | ||
Specifies the detachment of the slice on a pie or doughnut chart. Use one of the PEP_GDPS_XXX Graph Detached Pie Slice Constants. | ||
Specifies the bar size on bar charts. Use one of the PEP_GBS_XXX Graph Bar Size Constants. | ||
Boolean. If TRUE, there will be vertical bars on bar charts. | ||
Specifies the size of the marker on line and bar charts. Use one of the PEP_GMS_XXX Graph Marker Size Constants. | ||
Specifies the shape of the marker on line and bar charts. USe one of the PEP_GMSP_XXX Graph Marker Shape Constants. | ||
Specifies how data points will be shown. Use one of the PEP_GDP_XXX Chart Data Point Constants. | ||
Specifies the number format for values on the chart. Use one of the PEP_GNF_XXX Chart Number Format Constants. | ||
Specifies the viewing angle with which a 3D chart will be shown. Use one of the PEP_GVA_XXX Graph Viewing Angle Constants. | ||
Specifies the chart legend layout. Use one of the PEP_GLL_XXX Graph Legend Layout Constants. Default = PEP_GLL_PERCENTAGE. |
This constructs a CRPEGraphOptionInfo structure object. Call the constructor with no parameters to allow the Class Library to initialize all member variables with default values. Pass parameters to the constructor to assign specific values to each member variable.
CRPEGraphOptionInfo (
short graphColour,
short showLegend,
short legendPosition,
short pieSize,
short detachedPieSlice,
short barSize,
short verticalBars,
short markerSize,
short markerShape,
short dataPoints,
short dataValueNumberFormat,
short viewingAngle,
short legendLayout )
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |